home *** CD-ROM | disk | FTP | other *** search
/ Savor the Moment - Entert…ing Without Reservations / Savoe the Moment - Entertaining Without Reservations.iso / pc / Main Menu.dxr / 00065.ls < prev    next >
Encoding:
Text File  |  1999-10-05  |  164 b   |  11 lines

  1. global shops
  2.  
  3. on mouseUp
  4.   if count(shops) > 0 then
  5.     play frame 250 of movie "Search1"
  6.   else
  7.     sprite(30).visible = 1
  8.     sprite(29).visible = 1
  9.   end if
  10. end
  11.